Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface / Progress Property

In This Topic
    Progress Property (IAsyncOperationWithProgress<TResult,TProgress>)
    In This Topic
    Gets or sets the method that receives progress events.
    Syntax
    'Declaration
     
    Property Progress As C1.Win.Document.AsyncOperationProgressHandler(Of TResult,TProgress)
    C1.Win.Document.AsyncOperationProgressHandler<TResult,TProgress> Progress {get; set;}
    See Also